OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ref_put
(Results
1 - 25
of
27
) sorted by null
1
2
/external/syslinux/gpxe/src/include/gpxe/
refcnt.h
21
*
ref_put
().
44
extern void
ref_put
( struct refcnt *refcnt );
interface.h
52
ref_put
( intf->refcnt );
dhcppkt.h
54
ref_put
( &dhcppkt->refcnt );
image.h
179
ref_put
( &image->refcnt );
uri.h
163
ref_put
( &uri->refcnt );
netdevice.h
412
ref_put
( &netdev->refcnt );
infiniband.h
524
ref_put
( &ibdev->refcnt );
/external/syslinux/gpxe/src/core/
refcnt.c
58
void
ref_put
( struct refcnt *refcnt ) {
function
resolv.c
139
ref_put
( &numeric->refcnt );
276
ref_put
( &mux->refcnt );
280
ref_put
( &mux->refcnt );
409
ref_put
( &named->refcnt );
413
ref_put
( &named->refcnt );
process.c
67
ref_put
( process->refcnt );
downloader.c
282
ref_put
( &downloader->refcnt );
288
ref_put
( &downloader->refcnt );
hw.c
67
ref_put
( &hw->refcnt );
posix_io.c
230
ref_put
( &file->refcnt );
353
ref_put
( &file->refcnt );
settings.c
467
ref_put
( settings->refcnt );
468
ref_put
( settings->parent->refcnt );
[
all
...]
/external/syslinux/gpxe/src/net/infiniband/
ib_cmrc.c
126
ref_put
( &cmrc->refcnt );
433
ref_put
( &cmrc->refcnt );
/external/syslinux/gpxe/src/drivers/block/
srp.c
499
ref_put
( &srp->refcnt );
503
ref_put
( &srp->refcnt );
521
ref_put
( scsi->backend );
/external/syslinux/gpxe/src/net/
aoe.c
406
ref_put
( ata->backend );
469
ref_put
( &aoe->refcnt );
udp.c
133
ref_put
( &udp->refcnt );
177
ref_put
( &udp->refcnt );
tcp.c
252
ref_put
( &tcp->refcnt );
293
ref_put
( &tcp->refcnt );
/external/syslinux/gpxe/src/net/tcp/
ftp.c
514
ref_put
( &ftp->refcnt );
521
ref_put
( &ftp->refcnt );
http.c
571
ref_put
( &http->refcnt );
578
ref_put
( &http->refcnt );
iscsi.c
[
all
...]
/external/syslinux/gpxe/src/net/udp/
dns.c
533
ref_put
( &dns->refcnt );
539
ref_put
( &dns->refcnt );
slam.c
799
ref_put
( &slam->refcnt );
804
ref_put
( &slam->refcnt );
dhcp.c
[
all
...]
Completed in 291 milliseconds
1
2