HomeSort by relevance Sort by last modified time
    Searched refs:list_remove (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/tools/ctf/common/
list.h 44 void *list_remove(list_t **, void *, int (*)(void *, void *, void *), void *);
list.c 79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), function
  /onnv/onnv-gate/usr/src/uts/common/sys/
list.h 47 void list_remove(list_t *, void *);
  /onnv/onnv-gate/usr/src/lib/print/libpapi-dynamic/common/
papi_impl.h 91 extern void list_remove();
mapfile 151 list_remove = FUNCTION FILTER libpapi-common.so ;
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
refcount.c 79 list_remove(&rc->rc_list, ref);
85 list_remove(&rc->rc_removed, ref);
160 list_remove(&rc->rc_list, ref);
169 list_remove(&rc->rc_removed, ref);
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_alloc.c 133 list_remove(&sr->sr_storage, srm);
178 list_remove(&sr->sr_storage, old_srm);
smb_net.c 262 list_remove(&local, txr);
276 list_remove(&local, txr);
287 list_remove(&txl->tl_list, txr);
  /onnv/onnv-gate/usr/src/uts/common/os/
ddi_timer.c 284 list_remove(&tw->req, req);
364 list_remove(&tw->req, req);
424 list_remove(&kern_queue, kern_req);
518 list_remove(&intr_queue, intr_req);
587 list_remove(&tw->req, req);
878 list_remove(&tid->req, req);
msg.c 396 list_remove(&qp->msg_list, mp);
    [all...]
retire_store.c 186 list_remove(listp, rsp);
388 list_remove(listp, rsp);
  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/
mapfile 151 list_remove;
list.c 144 list_remove(void ***list, void *item) function
  /onnv/onnv-gate/usr/src/uts/common/io/
dcopy.c 315 list_remove(&list->dl_list, channel);
592 list_remove(&list->dl_list, list_node);
755 list_remove(&dcopy_statep->d_globalchan_list.dl_list, channel);
792 list_remove(&device->dc_devchan_list.dl_list, channel);
801 list_remove(&dcopy_statep->d_device_list.dl_list, device);
860 list_remove(&poll_list->dl_list, priv);
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
eventlog_syslog.c 211 list_remove(queue, head);
232 list_remove(queue, head);
  /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/
audio_ctrl.c 143 list_remove(&d->d_controls, ctrl);
234 list_remove(&d->d_controls, ctrl);
audio_engine.c 662 list_remove(&e->e_streams, sp);
736 list_remove(&auimpl_devs_by_index, d);
737 list_remove(&auimpl_devs_by_number, d);
758 list_remove(&auimpl_devs_by_index, d);
759 list_remove(&auimpl_devs_by_number, d);
883 list_remove(&d->d_engines, e);
903 list_remove(l, d);
  /onnv/onnv-gate/usr/src/uts/common/inet/ilb/
ilb_alg_rr.c 102 list_remove(servers, tmp_server);
224 list_remove(servers, tmp_server);
  /onnv/onnv-gate/usr/src/cmd/keyserv/
keyserv_cache.c 141 static void list_remove(struct cachekey_disklist *,
518 list_remove(fcd, &(ch->free), 0,
523 list_remove(fcd, &(ch->inuse), &(ch->inuse_end),
677 list_remove( function
816 list_remove(cd, &((*ch)->inuse), &((*ch)->inuse_end),
823 list_remove(cd, &((*ch)->free), 0, &((*ch)->free_count));
833 list_remove(cd, &((*ch)->free), 0, &((*ch)->free_count));
844 list_remove(cd, &((*ch)->inuse), &((*ch)->inuse_end),
1066 list_remove(cd, &(ch->inuse), &(ch->inuse_end),
1083 list_remove(cd, &(ch->inuse), &(ch->inuse_end)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_dispatch.c 152 list_remove(drp->dr_bkt, drp);
153 list_remove(&(drc->dr_cache), drp);
197 list_remove(&(drc->dr_cache), drp_tail);
  /onnv/onnv-gate/usr/src/uts/common/fs/ctfs/
ctfs_cdir.c 148 list_remove(&ct->ct_vnodes, &cdirnode->ctfs_cn_linkage);
  /onnv/onnv-gate/usr/src/uts/common/fs/dev/
sdev_ncache.c 215 list_remove(listp, dp);
539 list_remove(&ncl->ncl_list, lp);
854 list_remove(&ncl->ncl_list, lp);
895 list_remove(&ncl->ncl_list, lp);
  /onnv/onnv-gate/usr/src/uts/i86pc/io/
dmar_acpi.c 97 list_remove(lp, devs);
115 list_remove(lp, drhd);
140 list_remove(lp, rmrr);
587 list_remove(&dmar_info->dmari_drhd[i], drhd);
  /onnv/onnv-gate/usr/src/uts/common/io/sdcard/impl/
sda_slot.c 280 list_remove(&slot->s_cmdlist, cmdp);
306 list_remove(&slot->s_cmdlist, cmdp);
629 list_remove(&slot->s_abortlist, cmdp);
808 list_remove(&slot->s_cmdlist, cmdp);
  /onnv/onnv-gate/usr/src/cmd/lp/lib/papi/
mapfile 143 list_remove = FUNCTION FILTER libpapi-common.so ;

Completed in 4620 milliseconds

1 2 3 4 5 6 7 8