Home
last modified time | relevance | path

Searched refs:list (Results 251 – 275 of 1471) sorted by relevance

1...<<11121314151617181920>>...59

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c217 struct memlist *list; in memscrub_printmemlist() local
221 for (list = listp; list; list = list->next) { in memscrub_printmemlist()
223 list->address, list->size); in memscrub_printmemlist()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.ListProbesWithNames50 * RESULT: list of one probe with name BEGIN.
62 * RESULT: matching list of probes with module genunix and
71 * RESULT: matching list of probes with provider sysinfo, module
75 * RESULT: matching list of probes with module genunix
83 * RESULT: matching list of probes with and function read.
87 * RESULT: matching list of probes with provider profile and function
92 * RESULT: matching list of both read and write probes.
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c1028 list[c++] = 1 << i; in dladm_find_setbits32()
1036 if (list != NULL) { in dladm_free_args()
1037 free(list->al_buf); in dladm_free_args()
1038 free(list); in dladm_free_args()
1045 dladm_arg_list_t *list; in dladm_parse_args() local
1057 if (list == NULL) in dladm_parse_args()
1060 list->al_count = 0; in dladm_parse_args()
1094 aip = &list->al_info[list->al_count]; in dladm_parse_args()
1097 list->al_count++; in dladm_parse_args()
1104 *listp = list; in dladm_parse_args()
[all …]
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c419 saddr_t *prev = *list; in insert_addr()
422 if (*list == NULL) { in insert_addr()
423 newaddr->next = *list; in insert_addr()
424 *list = newaddr; in insert_addr()
454 delete_addr(saddr_t **list, saddr_t *delme) in delete_addr() argument
456 saddr_t *prev = *list; in delete_addr()
458 if (delme == *list) { in delete_addr()
459 *list = delme->next; in delete_addr()
478 delete_list(saddr_t **list) in delete_list() argument
480 saddr_t *psaddr = *list; in delete_list()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c332 nvlist_t *list = NULL; in nvf_list_check() local
339 rval = nvlist_lookup_nvlist(nvf_list, id, &list); in nvf_list_check()
588 nvlist_t *list = NULL; in nvf_data_set() local
606 rval = nvlist_lookup_nvlist(nvf_list, id, &list); in nvf_data_set()
624 rval = nvlist_add_nvlist(nvf_list, id, list); in nvf_data_set()
641 nvlist_free(list); in nvf_data_set()
654 nvlist_t *list = NULL; in nvf_data_get() local
680 ASSERT(list != NULL); in nvf_data_get()
704 nvlist_t *list = NULL; in nvf_data_next() local
733 pair = nvlist_next_nvpair(list, (nvpair_t *)*v); in nvf_data_next()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_010_pos.ksh63 list=$(zfs list -r -H -o name -t filesystem $POOL2/$FS)
64 for item in $list ; do
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh251 ZONEPATH_DS=`/sbin/zfs list -t filesystem -o name,mountpoint | \
267 ZONEPATH_RDS=`/sbin/zfs list -H -t filesystem -o name \
272 c=`/sbin/zfs list -H -t filesystem -r $ZONEPATH_DS | wc -l`
289 c=`/sbin/zfs list -H -t snapshot -o name -r $fs | grep "^$fs@" |
331 LANG=C LC_ALL=C /sbin/zfs list -H -t filesystem -s creation \
385 /sbin/zfs list -H -t snapshot -s creation -o name -r $fs |
459 /sbin/zfs list -H -t snapshot -s creation -o name -r $s_clone |
710 c=`/sbin/zfs list -H -t filesystem -r $ZONEPATH_RDS | wc -l`
714 c=`/sbin/zfs list -H -t filesystem -r $ZONEPATH_DS | wc -l`
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c1207 if ((list->hasmask) && (list->acl_mask != vals->mask) && in ace4vals_to_aent()
1272 if ((! list->hasmask) && (list->numusers + list->numgroups > 0)) { in ace4_list_to_aent()
1279 resultcount = 3 + list->numusers + list->numgroups; in ace4_list_to_aent()
1284 if ((list->hasmask) || (! list->dfacl_flag)) in ace4_list_to_aent()
1291 error = ace4vals_to_aent(&list->user_obj, aent, list, owner, group, in ace4_list_to_aent()
1300 vals = AVL_NEXT(&list->user, vals)) { in ace4_list_to_aent()
1310 error = ace4vals_to_aent(&list->group_obj, aent, list, owner, group, in ace4_list_to_aent()
1318 vals = AVL_NEXT(&list->group, vals)) { in ace4_list_to_aent()
1332 if ((list->hasmask) || (! list->dfacl_flag)) { in ace4_list_to_aent()
1333 if (list->hasmask) { in ace4_list_to_aent()
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dgoback.c117 reciplist list; local
150 new_reciplist(&list);
151 add_recip(&list, work, FALSE);
152 sendlist(&list, 0, 0);
153 del_reciplist(&list);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c154 struct nwam_wlan_info **list; member
165 struct nwam_wlan_info **list = wil->list; in get_wlans_cb() local
172 if ((newlist = realloc(list, in get_wlans_cb()
182 wil->list = newlist; in get_wlans_cb()
245 !(wil.list[j]->wlan_walked)) { in nwam_walk_known_wlans()
247 wil.list[j]->wlan_priority; in nwam_walk_known_wlans()
253 (wil.list[minindex]->wlan_name, in nwam_walk_known_wlans()
266 if (wil.list != NULL) { in nwam_walk_known_wlans()
268 free(wil.list[j]->wlan_name); in nwam_walk_known_wlans()
269 free(wil.list[j]); in nwam_walk_known_wlans()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_lun_expsz.ksh45 INITSZ=$(zpool list -v | grep "$FILEDISK1" | awk '{print $2}')
50 NEWSZ=$(zpool list -v | grep "$FILEDISK1" | awk '{print $2}')
58 FINSZ=$(zpool list -v | grep "$FILEDISK1" | awk '{print $2}')
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c69 list *defined; /* list of defined things */
96 findval(list *lst, char *val, int (*cmp)()) in findval()
109 storeval(list **lstp, definition *val) in storeval()
111 list **l; in storeval()
112 list *lst; in storeval()
114 for (l = lstp; *l != NULL; l = (list **)&(*l)->next) in storeval()
116 lst = calloc(1, sizeof (list)); in storeval()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.in229 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
241 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
279 unique=`for i in $$list; do \
291 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292 unique=`for i in $$list; do \
307 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308 unique=`for i in $$list; do \
328 list='$(DISTFILES)'; for file in $$list; do \
/illumos-gate/usr/src/cmd/bnu/
H A DSysfiles38 # service=<service name> systems=<systems file list> \
39 # devices=<devices file list> \
40 # dialers=<dialers file list>
42 # Where service name is "uucico" or "cu". Each file list is a list
45 # in the order that they appear in the file list.
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Ddumpaccess.c80 _dumpaccess(char *file, char **list) in _dumpaccess() argument
88 if (list) { in _dumpaccess()
92 for (pl = list; *pl; pl++) in _dumpaccess()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c102 RDSV3_FOR_EACH_LIST_NODE(rds_ibdev, &rdsv3_ib_devices, list) { in rdsv3_ib_get_device()
105 list) { in rdsv3_ib_get_device()
151 list) { in rdsv3_ib_remove_ipaddr()
153 list_remove_node(&i_ipaddr->list); in rdsv3_ib_remove_ipaddr()
232 __rdsv3_ib_destroy_conns(struct list *list, kmutex_t *list_lock) in __rdsv3_ib_destroy_conns() argument
237 RDSV3_DPRINTF4("__rdsv3_ib_destroy_conns", "Enter: list: %p", list); in __rdsv3_ib_destroy_conns()
241 list_splice(list, &tmp_list); in __rdsv3_ib_destroy_conns()
248 RDSV3_DPRINTF4("__rdsv3_ib_destroy_conns", "Return: list: %p", list); in __rdsv3_ib_destroy_conns()
476 RDSV3_FOR_EACH_LIST_NODE(rds_ibdev, &rdsv3_ib_devices, list) { in rdsv3_ib_flush_mrs()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c169 uchar_t *objectDN, char ***list);
170 static void _freeList(char ***list);
1065 _checkAttributes(char **list) in _checkAttributes() argument
2133 *list = (char **) in _getCurrentKVPValues()
2134 list_append((void **)*list, in _getCurrentKVPValues()
2185 _freeList(char ***list) in _freeList() argument
2192 if (list != NULL) in _freeList()
2194 if (*list != NULL) in _freeList()
2198 free((*list)[i]); in _freeList()
2200 free(*list); in _freeList()
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c346 struct hrmstat *list, **prev_hrm; in hrm_hashout() local
351 list = hrm_hashtab[h]; in hrm_hashout()
354 while (list) { in hrm_hashout()
355 if (list == hrm) { in hrm_hashout()
356 *prev_hrm = list->hrm_hnext; in hrm_hashout()
359 prev_hrm = &list->hrm_hnext; in hrm_hashout()
360 list = list->hrm_hnext; in hrm_hashout()
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh213 size=$(cat "$list" | xargs -I {} ls -lLd "{}" 2> /dev/null |
234 done >"$list"
253 mv "$list" "$new_rddir"/
254 list="/$new_rddir/filelist"
283 list="$rddir/filelist"
305 copy_files "$list"
405 list="$rddir/filelist"
412 copy_files "$list"
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c224 nvlist_t *list; in pool_ioctl() local
505 list = NULL; in pool_ioctl()
511 propget.pp_o_id_subtype, propget.pp_o_id, &list); in pool_ioctl()
516 ret = nvlist_pack(list, &kbuf, &kbufsz, NV_ENCODE_NATIVE, 0); in pool_ioctl()
518 nvlist_free(list); in pool_ioctl()
548 nvlist_free(list); in pool_ioctl()
580 &list, KM_SLEEP) != 0) { in pool_ioctl()
585 nvlist_free(list); in pool_ioctl()
593 for (pair = nvlist_next_nvpair(list, NULL); pair != NULL; in pool_ioctl()
594 pair = nvlist_next_nvpair(list, pair)) { in pool_ioctl()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c791 avl_add(list, ent); in parse_contents()
820 avl_insert(list, ent, where); in parse_contents()
920 look = avl_find(list, ent, &where); in parse_log()
931 avl_insert(list, ent, where); in parse_log()
935 avl_remove(list, look); in parse_log()
961 look = avl_find(list, &p, NULL); in file_find()
989 for (p = avl_first(list); p != NULL; p = AVL_NEXT(list, p)) { in pkgdump()
1207 for (p = avl_first(list); p != NULL; p = AVL_NEXT(list, p)) { in thr_pkgfilter()
1322 look = avl_find(list, ent, &where); in pkgaddlines()
1329 avl_remove(list, look); in pkgaddlines()
[all …]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y43 list[MAX_EQ_PROP_PAIRS]; variable
78 if (list[num_prop_vals] == NULL) { in simple_prop_val_func()
79 list[num_prop_vals] = new_list; in simple_prop_val_func()
126 list_property_ptr_t list; member
182 bzero(list, sizeof (list_property_t));
1027 if (list[num_prop_vals] != NULL) {
1029 list[num_prop_vals] = NULL;
1037 if (list[num_prop_vals] != NULL) {
1039 list[num_prop_vals] = NULL;
1092 if (list[num_prop_vals] == NULL) {
[all …]
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc466 list->num = 0; in get_seg_list_from_ds()
467 list->strs = (char **)malloc(sizeof (*(list->strs)) * raw_list.num); in get_seg_list_from_ds()
475 list->strs[list->num] in get_seg_list_from_ds()
477 list->num++; in get_seg_list_from_ds()
480 list->strs[list->num] = strdup(raw_list.strs[i]); in get_seg_list_from_ds()
481 list->num++; in get_seg_list_from_ds()
789 if (list == NULL) { in fru_destroy_strlist()
797 free(list->strs); in fru_destroy_strlist()
800 list->num = 0; in fru_destroy_strlist()
1024 list->num = 0; in fru_list_elems_in()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtmethod.c37 Dtlink_t *list; local
49 list = dtextract(dt); /* extract elements out of dictionary */
72 dtrestore(dt, list);
76 { dtrestore(dt, list);
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h176 static void mlist_splice(struct mlist_head *list, struct mlist_head *head) in mlist_splice() argument
178 struct mlist_head *first = list->next; in mlist_splice()
180 if (first != list) { in mlist_splice()
181 struct mlist_head *last = list->prev; in mlist_splice()

1...<<11121314151617181920>>...59