Home
last modified time | relevance | path

Searched refs:list (Results 276 – 300 of 1471) sorted by relevance

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c1045 if (lp != *list) { in findservice()
1049 (*list)->prev = lp; in findservice()
1050 lp->next = *list; in findservice()
1051 *list = lp; in findservice()
1091 if (lp != *list) { in cgetservbyport()
1095 (*list)->prev = lp; in cgetservbyport()
1096 lp->next = *list; in cgetservbyport()
1097 *list = lp; in cgetservbyport()
1116 if (lp != *list) { in cgetprotobynumber()
1121 lp->next = *list; in cgetprotobynumber()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_system_props.ksh43 zfs.list.system_properties("$fs")
47 zfs.list.system_properties("$snap")
51 zfs.list.system_properties("$vol")
/illumos-gate/usr/src/test/zfs-tests/tests/functional/large_dnode/
H A Dlarge_dnode_003_pos.ksh49 state=$(zpool list -Ho feature@large_dnode $LDNPOOL)
58 state=$(zpool list -Ho feature@large_dnode $LDNPOOL)
65 state=$(zpool list -Ho feature@large_dnode $LDNPOOL)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c873 if ((*list != NULL) && (*last == NULL)) { in add_dir_entry()
877 for (l = *list; l != NULL; l = l->next) in add_dir_entry()
881 if (btree_lookup(*list, name) == NULL) { in add_dir_entry()
897 if (*list == NULL) { in add_dir_entry()
901 *list = *last = e; in add_dir_entry()
913 btree_enter(list, e); in add_dir_entry()
1031 char *isa, *list; in natisa() local
1034 if ((list = isalist()) == NULL) in natisa()
1037 for (isa = strtok_r(list, " ", &lasts); in natisa()
1043 free(list); in natisa()
[all …]
H A Dns_nis.c54 struct dir_entry **list; member
425 getmapkeys_nis(nsmap, list, error, cache_time, stack, stkptr) in getmapkeys_nis() argument
427 struct dir_entry **list;
484 readdir_cbdata.list = list;
521 struct dir_entry **list = indata->list; local
553 if (add_dir_entry(key, list, &last)) {
/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c309 intr_vec_t *list = softint_list; in rem_softintr() local
311 while (list && (list->iv_vec_next != iv_p)) in rem_softintr()
312 list = list->iv_vec_next; in rem_softintr()
314 list->iv_vec_next = iv_p->iv_vec_next; in rem_softintr()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh70 list="$list $dataset"
279 list=""
351 for check_obj in $list; do
421 list=""
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c332 char **list = NULL; local
355 if (list == NULL) {
360 free(list);
361 list = NULL;
368 rparams->subtree = list;
1185 krb5_free_list_entries(list);
1309 krb5_free_list_entries(list);
1433 krb5_free_list_entries(list);
2083 char **list = NULL; local
2116 if (list == NULL) {
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c63 lock_vec(lt, locker, flags, list, nlist, elistp) in lock_vec() argument
67 DB_LOCKREQ *list, **elistp;
74 lock_tvec(lt, txn, flags, list, nlist, elistp) in lock_tvec() argument
79 DB_LOCKREQ *list, **elistp;
92 DB_LOCKREQ *list, **elistp;
114 switch (list[i].op) {
117 list[i].obj, list[i].mode, &lp);
119 list[i].lock = LOCK_TO_OFFSET(lt, lp);
154 lp = OFFSET_TO_LOCK(lt, list[i].lock);
159 list[i].mode = lp->mode;
[all …]
/illumos-gate/usr/src/cmd/hal/hald/
H A DMakefile67 hald_marshal.h: hald_marshal.list
68 glib-genmarshal --prefix=hald_marshal hald_marshal.list --header >> xgen-gmh \
72 hald_marshal.c: hald_marshal.list
73 glib-genmarshal --prefix=hald_marshal hald_marshal.list --body >> xgen-gmc \
/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c56 sendlist(reciplist *list, int letnum, int level) in sendlist() argument
72 for (to = &(list->recip_list); to; to = to->next) { in sendlist()
88 for (to = &(list->recip_list); to; to = to->next) in sendlist()
110 for (to = &(list->recip_list); to; to = to->next) in sendlist()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac.c304 if (list == NULL) { in ac_attach()
312 list->ac_softsp = softsp; in ac_attach()
314 if (list->sc.type == CPU_BOARD || list->sc.type == MEM_BOARD) { in ac_attach()
362 struct bd_list *list; in ac_detach() local
389 if (list->sc.type == CPU_BOARD || list->sc.type == MEM_BOARD) { in ac_detach()
421 list->ac_softsp = NULL; in ac_detach()
1623 fhc_bd_t *list; in ac_enter_transition() local
1629 list = fhc_bd_clock(); in ac_enter_transition()
1632 sysc_stat_lk = &list->sc; in ac_enter_transition()
1648 fhc_bd_t *list; in ac_exit_transition() local
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dpermission.c314 fillList(type, list) in fillList() argument
316 char *list[];
338 list[num] = p;
347 DEBUG(7, "list (%s) ", list[num]);
351 list[num] = NULL;
791 listMatch(name, list) in listMatch() argument
792 char *name, *list[]; in listMatch()
801 for (i=0; list[i] != NULL; i++)
808 for (i=0; list[i] != NULL; i++) {
811 if ( stat(list[i], &tempbuf) == 0 ) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c421 if (list == NULL) { in add_busy_rsrc_to_list()
493 if (*list) { in add_busy_rsrc_to_list()
494 tmp = *list; in add_busy_rsrc_to_list()
499 *list = info; in add_busy_rsrc_to_list()
566 client->next = *list; in rsrc_client_add()
567 *list = client; in rsrc_client_add()
579 tmp = *list; in rsrc_client_remove()
589 *list = tmp->next; in rsrc_client_remove()
615 list = client->next; in rsrc_clients_free()
620 client = list; in rsrc_clients_free()
[all …]
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help15 folders list files in directory of current folder
23 list list all commands (no explanations)
42 undiscard,unignore header add header field back to list printed
45 visual [msglist] edit list with $VISUAL editor
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c106 parse_mlp_list(tsol_mlp_t **list, char *str, int *errp, char **errstrp) in parse_mlp_list() argument
114 if ((mlp = *list) != NULL) { in parse_mlp_list()
121 mlp = *list; in parse_mlp_list()
132 *list = mlp; in parse_mlp_list()
148 *list = mlp; in parse_mlp_list()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootops.c107 update_memlist(char *name, char *prop, struct memlist **list) in update_memlist() argument
110 *list = fill_memlists(name, prop, *list); in update_memlist()
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.h132 elem **list; member
153 extern void examine_list(elem_list *list);
155 extern void print_type_list(elem_list *list, char file_type);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c258 kcf_prov_tried_t *list = NULL; in rngprov_getbytes() local
261 list, CRYPTO_FG_RANDOM, 0)) != NULL) { in rngprov_getbytes()
290 if (list != NULL) in rngprov_getbytes()
291 kcf_free_triedlist(list); in rngprov_getbytes()
334 kcf_prov_tried_t *list = NULL; in rngprov_getbytes_nblk() local
343 list, CRYPTO_FG_RANDOM, 0)) != NULL) { in rngprov_getbytes_nblk()
357 if (list != NULL) in rngprov_getbytes_nblk()
358 kcf_free_triedlist(list); in rngprov_getbytes_nblk()
422 if (kcf_insert_triedlist(&list, pd, KM_NOSLEEP) == in rngprov_getbytes_nblk()
430 if (list != NULL) { in rngprov_getbytes_nblk()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c38 va_list list; in cxgb_printf() local
44 va_start(list, f); in cxgb_printf()
45 vcmn_err(level, fmt, list); in cxgb_printf()
46 va_end(list); in cxgb_printf()
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c867 prompt_list *list; local
874 for (list = (prompt_list *)*h; list != NULL; list = next) {
875 if (list->prompt)
876 utils->free(list->prompt);
877 next = list->next;
878 utils->free(list);
902 list = utils->malloc(sizeof (prompt_list));
903 if (list == NULL) {
907 list->prompt = buf;
908 list->next = *h;
[all …]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c62 LIST_ENTRY(_child) list;
86 LIST_FOREACH(cp, &child_list, list) { in child_find_by_pid()
99 LIST_FOREACH(cp, &child_list, list) { in child_find_by_uid()
439 LIST_INSERT_HEAD(&child_list, cp, list); in cmd_start()
483 LIST_REMOVE(cp, list); in cmd_start()
531 LIST_REMOVE(cp, list); in svc_sigchld()
588 LIST_FOREACH(cp, &child_list, list) { in svc_cleanup()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSTORAGE.po35 …red chassis fans '%<fault-list[0].resource.hc-specific.min-required>' were not detected. The missi…
51 …hassis fan trays '%<fault-list[0].resource.hc-specific.min-required>' were not detected. The missi…
67 …s power supplies '%<fault-list[0].resource.hc-specific.min-required>' were not detected. The missi…
83 msgstr "Controller card '%<fault-list[0].location>' is not functioning correctly."
115 msgstr "A fan on '%<fault-list[0].location>' is not functioning correctly."
131 msgstr "Power supply '%<fault-list[0].location>' is not functioning correctly."
147 msgstr "A SAS expander on '%<fault-list[0].location>' is not functioning correctly."
179 msgstr "An I2C bus on '%<fault-list[0].location>' is not functioning correctly."
243 msgstr "A power failure has occurred on '%<fault-list[0].location>'."
259 msgstr "An attempt to read a sensor on '%<fault-list[0].location>' failed."
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod107 Return list of all PGs sorted by ID.
111 Return list of all PGs sorted by walking the PG hierarchy depth first, starting
116 Return list of all PGs sorted by walking the PG hierarchy breadth first,
121 Return list of all CPUs in the PG specified. The list is sorted by CPU ID.
135 Return list of children for the PG.
143 Returns list of leaf PGs.
156 Without any arguments, returns the list of sharing relationships in the
163 Return list of strings describing physical relationships ('core', 'chip') for the given PG.
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c100 int list[2]; /* NOTE: must be last member */ member
160 lp = cut->list; in cutinit()
188 n = 1 + (lp-cut->list)/2; in cutinit()
189 qsort(lp=cut->list,n,2*sizeof(*lp),mycomp); in cutinit()
218 lp = cut->list; in cutinit()
257 register const int* lp = cut->list; in cutcols()
273 if (!(ncol = skip = *(lp = cut->list))) in cutcols()
370 register const int *lp = cut->list; in cutfields()
395 if (nfields = *(lp = cut->list)) in cutfields()

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