/titanic_41/usr/src/cmd/ipcrm/ |
H A D | ipcrm.c | 67 static int *idlist, nids; variable 117 if (idsfunc(idlist, nids, &n) != 0) in getids() 121 idlist = realloc(idlist, (nids = n) * sizeof (int)); in getids() 122 if (idlist == NULL) in getids() 182 id = idlist[i]; in msggetkey() 254 id = idlist[i]; in semgetkey() 315 id = idlist[i]; in shmgetkey()
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | priocntl.c | 320 id_t idlist[NIDS]; in print_procs() local 346 if (getmyid(idtype, &idlist[0]) == -1) in print_procs() 375 (void) lsearch((void *)&id, (void *)idlist, in print_procs() 410 ids2pids(idtype, idlist, nids, clpids, nclass); in print_procs() 794 ids2pids(idtype, idlist, nids, clpids, nclass) in ids2pids() argument 796 id_t *idlist; 876 if (idlist[i] == (id_t)prinfo.pr_pid) 885 if (idlist[i] == (id_t)prinfo.pr_ppid) 894 if (idlist[i] == (id_t)prinfo.pr_pgid) 903 if (idlist[i] == (id_t)prinfo.pr_sid) [all …]
|
/titanic_41/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.c | 94 stmf_id_list_t *idlist; in stmf_view_clear_config() local 139 idlist = (stmf_id_list_t *)(idgrp->id_impl_specific); in stmf_view_clear_config() 140 if (idlist->id_count) { in stmf_view_clear_config() 141 for (idmemb = idlist->idl_head; idmemb; in stmf_view_clear_config() 158 idlist = (stmf_id_list_t *)(idgrp->id_impl_specific); in stmf_view_clear_config() 159 if (idlist->id_count) { in stmf_view_clear_config() 160 for (idmemb = idlist->idl_head; idmemb; in stmf_view_clear_config() 624 stmf_lookup_id(stmf_id_list_t *idlist, uint16_t id_size, uint8_t *data) in stmf_lookup_id() argument 628 for (id = idlist->idl_head; id != NULL; id = id->id_next) { in stmf_lookup_id() 677 stmf_append_id(stmf_id_list_t *idlist, stmf_id_data_t *id) in stmf_append_id() argument [all …]
|
H A D | lun_map.h | 159 stmf_id_data_t *stmf_lookup_id(stmf_id_list_t *idlist, uint16_t id_size,
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | drm_drv.c | 156 drm_find_description(int vendor, int device, drm_pci_id_list_t *idlist) in drm_find_description() argument 159 for (i = 0; idlist[i].vendor != 0; i++) { in drm_find_description() 160 if ((idlist[i].vendor == vendor) && in drm_find_description() 161 (idlist[i].device == device)) { in drm_find_description() 162 return (idlist[i].name); in drm_find_description() 559 drm_probe(drm_device_t *dev, drm_pci_id_list_t *idlist) in drm_probe() argument 567 s = drm_find_description(vendor, device, idlist); in drm_probe()
|
/titanic_41/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 91 TAILQ_HEAD(idqueue, identity) idlist; 137 TAILQ_INIT(&idtable[i].idlist); in idtab_init() 166 TAILQ_FOREACH(id, &tab->idlist, next) { in lookup_identity() 202 TAILQ_FOREACH(id, &tab->idlist, next) { in process_request_identities() 378 TAILQ_REMOVE(&tab->idlist, id, next); in process_remove_identity() 397 for (id = TAILQ_FIRST(&tab->idlist); id; in process_remove_all_identities() 398 id = TAILQ_FIRST(&tab->idlist)) { in process_remove_all_identities() 399 TAILQ_REMOVE(&tab->idlist, id, next); in process_remove_all_identities() 422 for (id = TAILQ_FIRST(&tab->idlist); id; id = nxt) { in reaper() 428 TAILQ_REMOVE(&tab->idlist, id, next); in reaper() [all …]
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 1185 dladm_sort_index_list(uint_t idlist[], uint_t size) in dladm_sort_index_list() argument 1190 int key = idlist[j]; in dladm_sort_index_list() 1191 for (i = j - 1; (i >= 0) && (idlist[i] > key); i--) in dladm_sort_index_list() 1192 idlist[i + 1] = idlist[i]; in dladm_sort_index_list() 1193 idlist[i + 1] = key; in dladm_sort_index_list() 1374 uint_t idlist[], uint_t *size) in i_dlstat_get_idlist() argument 1395 idlist[(*size)++] = atoi(&ksp->ks_name[prefixlen]); in i_dlstat_get_idlist() 1398 dladm_sort_index_list(idlist, *size); in i_dlstat_get_idlist() 1406 uint_t idlist[], uint_t idlist_size, in i_dlstat_query_stats() argument 1422 uint_t index = idlist[i]; in i_dlstat_query_stats() [all …]
|