Searched defs:list (Results 476 - 500 of 605) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c352 /* default action is list */
356 /* -s and -a option only for list */
792 * extract_list_suboptions - process list option string
1754 /* create a list of output stat data */
1809 * Print headings even if no list entries - Bug or feature ?
1846 * Go thru the argument list and notify user about args
1881 * Go through list of output stats and check if argument
2044 * ldata_compare - compare two attachment point list data structures.
2124 struct print_col *list,
2136 for (pp = list; p
2122 process_fields( int ncol, struct print_col *list, int line2, char *fmt) argument
2167 process_sort_fields( int nsort, struct sort_el *list, char *fmt) argument
2211 print_fields( int ncol, struct print_col *list, int heading, int line2, char *delim, cfga_list_data_t *bdp, FILE *fp) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c187 * list of support services needed
395 struct replica *list = NULL; local
427 list = parse_replica(mntp->mnt_special, &n);
428 if (list == NULL) {
466 if (strcmp(list[i].host, "nfs") == 0 && strncmp(list[i].path,
470 oldpath = strdup(list[i].path);
476 host = list[i].path+2;
516 host = list[i].host;
517 path = list[
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c730 int ncol, uchar_t **list, size_t valsize)
746 tmplist = realloc(*list, nsize);
751 *list = tmplist;
752 (void) memset(*list + (cb_data->len * valsize), 0,
1397 * Look up a name in the wksids list, matching name and, if supplied, domain,
729 validate_list_cb_data(list_cb_data_t *cb_data, int argc, char **argv, int ncol, uchar_t **list, size_t valsize) argument
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c143 /* fprintf( stderr, " -X pathname\tFORTEZZA compromised key list (CKL)\n" ); */
2426 s = "bad or missing compromised key list";
2489 /* Functions for list in ldapdelete.c */
2491 void L_Init(Head *list) argument
2493 if(list)
2495 list->first = NULL;
2496 list->last = NULL;
2497 list->count = 0;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c38 * list List the contents of the LDAP client cache files.
74 * Server preference list. Comma ',' seperated list of IPaddr.
249 static int multival_add(multival_t *list, char *opt);
250 static void multival_free(multival_t *list);
285 static void clientopts_free(clientopts_t *list);
479 } else if (strcmp(argv[optind], "list") == 0) {
584 /* handle "ldapclient list" here. err checking done in func */
588 gettext("Handling list option\n"),
655 gettext("No args supported with \"list\" optio
3106 multival_add(multival_t *list, char *opt) argument
3134 multival_free(multival_t *list) argument
3210 clientopts_free(clientopts_t *list) argument
3226 multival_list(char *opt, multival_t *list) argument
3241 num_args(clientopts_t *list) argument
3276 dumpargs(clientopts_t *list) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c1192 ace4vals_to_aent(ace4vals_t *vals, aclent_t *dest, ace4_list_t *list, argument
1207 if ((list->hasmask) && (list->acl_mask != vals->mask) &&
1257 ace4_list_to_aent(ace4_list_t *list, aclent_t **aclentp, int *aclcnt, argument
1265 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) !=
1272 if ((! list->hasmask) && (list->numusers + list->numgroups > 0)) {
1279 resultcount = 3 + list->numusers + list
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c157 * is placed on all uri_desc_t uri_hash_t list members.
180 struct uri_desc_s *list; /* List of uri_t(s) */ member in struct:uri_hash_s
220 * URI_HASH_MIGRATE(from, hp, to) - migrate the uri_hash_t *hp list
224 * *uri which is a member of the uri_hash_t *hp list with a previous
225 * list member of *puri for the uri_hash_ab[] cur. After unlinking
275 while ((_nuri = (hp)->list) != NULL) { \
276 (hp)->list = _nuri->hash; \
283 _nuri->hash = _nhp->list; \
284 _nhp->list = _nuri; \
295 (hp)->list
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h77 #define DSWIOC_CLIST _D_(31) /* get list of resource groups */
78 #define DSWIOC_GLIST _D_(32) /* get list of groups */
215 char shadow_vol[DSW_NAMELEN]; /* start of list of image sets */
262 * DSW list ioctl structure
267 int list_size; /* number of elements in list */
269 dsw_config_t *list; member in struct:dsw_list_s
419 uint32_t list; member in struct:dsw_list32_s
427 char shadow_vol[DSW_NAMELEN]; /* start of list of image sets */
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c412 struct rread list; local
490 list.pos = (int)fba_pos; /* fba position of start of chunk */
491 list.cd = remote_index; /* remote end cd */
493 list.flag = transflag;
495 list.len = (int)len; /* total fba length */
497 krdc->rpc_version, xdr_rread, (char *)&list, xdr_int,
533 list.idx = ret; /* save idx to return to server */
534 list.flag = transflag;
606 list.len = (int)translen;
607 list
3021 _rdc_clnt_destroy(struct chtab **p, const int list) argument
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c29 #include <sys/list.h>
1037 list_t *list = &auimpl_clients; local
1079 for (next = list_head(list); next; next = list_next(list, next)) {
1090 list_insert_before(list, next, c);
1110 /* remove us from the global list */
1188 list_t *list; local
1191 list = &auimpl_clients;
1192 /* linked list search is kind of inefficient, but it works */
1194 for (c = list_head(list);
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h70 struct acache4 *list; member in struct:acache4
107 * A file's shadow vnode list is protected by its hash bucket lock,
161 * hash table and free list locks):
176 * r_statev4_lock: Protects the created_v4 flag, the lock_owners list,
191 * free list).
231 struct rnode4 *r_freef; /* free list forward pointer */
232 struct rnode4 *r_freeb; /* free list back pointer */
236 kmutex_t r_svlock; /* serializes access to svnode list */
276 acache4_t *r_acache; /* list of access cache entries */
277 list_t r_open_streams; /* open streams list */
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Daio.c658 * out of the "done" list and if necessary it will wait
800 * It builds the list of completed asynchronous requests,
802 * put the aio request structure back into the free list.
848 * - reqlist queue is a simple linked list
849 * - done queue is a double linked list
855 aio_req_t *q2, *q2work, *list; local
858 list = *reqlist;
871 q2->aio_req_prev->aio_req_next = list;
872 list = q2;
880 q2work->aio_req_prev->aio_req_next = list;
[all...]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c1560 dr_common_unit_t **list, **wp; local
1578 /* allocate list storage. */
1580 list = kmem_zalloc(len, KM_SLEEP);
1583 *list++ = (dr_common_unit_t *)(uintptr_t)len;
1596 /* populate list */
1597 for (wp = list, unum = 0; unum < nunits; unum++) {
1615 * are grouped together in the device list, and
1629 /* calculate number of units in list, return result and list pointer */
1630 *devnum = wp - list;
1635 dr_dev_clean_up(dr_handle_t *hp, dr_common_unit_t **list, int devnum) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c831 ibd_rc_add_to_chan_list(ibd_rc_chan_list_t *list, ibd_rc_chan_t *chan) argument
833 mutex_enter(&list->chan_list_mutex);
834 if (list->chan_list == NULL) {
835 list->chan_list = chan;
838 chan->next = list->chan_list;
839 list->chan_list = chan;
841 mutex_exit(&list->chan_list_mutex);
868 ibd_rc_rm_from_chan_list(ibd_rc_chan_list_t *list, ibd_rc_chan_t *chan) argument
872 mutex_enter(&list->chan_list_mutex);
873 if (list
896 ibd_rc_rm_header_chan_list(ibd_rc_chan_list_t *list) argument
1120 ibd_wqe_t *list; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c317 { "port-svc-list", IBNEX_PORT_COMMSVC_NODE},
318 { "vppa-svc-list", IBNEX_VPPA_COMMSVC_NODE},
319 { "hca-svc-list", IBNEX_HCASVC_COMMSVC_NODE}
585 * Initialize the internal list of pseudo device nodes by
693 * node_addr, and property list.
1366 * Get list of HCA's and HCA port information
1369 * Get list of all the IOC node information
1444 * in the "port-commsvc-list" property per HCA port
1470 * in the "vppa-commsvc-list" property and per each PKEY that
1518 * in the "port-commsvc-list" propert
3451 struct hwc_spec *list, *spec; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c74 /* Add a new hca structure to CM's global hca list */
84 kmutex_t ibcm_svc_info_lock; /* list lock */
91 kmutex_t ibcm_mcglist_lock; /* MCG list lock */
149 /* mutex for CM's qp list management */
206 ibcm_flow1_t *list; member in struct:ibcm_flow_s
235 /* IBCM's list of HCAs registered with it */
236 static ibcm_hca_info_t *ibcm_hca_listp = NULL; /* CM's HCA list */
594 /* Start the timeout list processing thread */
605 * HCA DR events may be lost. CM could call re-init hca list
607 * be HCA detach, which makes hca list r
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c149 mpapi_list_header_t *list, void *tgt_port, uint32_t rel_tid);
586 * return this only plugin's device product list.
1008 * initiator ports. The succeeding call to walk the phci list through
1239 * initiator ports. The succeeding call to walk the phci list through
1306 * initiator ports. The succeeding call to walk the phci list through
1795 * Find the oid in the object type list. If found lock and return
1897 * the item list.
1901 mp_iocdata_t *mpioc, uint64_t *oid, mpapi_item_list_t **list)
1914 *list = NULL;
1983 /* set the list pointe
1900 vhci_init_uscsi_cmd(struct scsi_vhci *vhci, mp_iocdata_t *mpioc, uint64_t *oid, mpapi_item_list_t **list) argument
2494 vhci_get_mpapi_item(struct scsi_vhci *vhci, mpapi_list_header_t *list, uint8_t obj_type, void* res) argument
4419 vhci_mpapi_get_rel_tport_pair(struct scsi_vhci *vhci, mpapi_list_header_t *list, void *tgt_port, uint32_t rel_tid) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c637 0x19, 0x00, "defect list error",
638 0x1a, 0x00, "parameter list length error",
640 0x1c, 0x00, "defect list not found",
641 0x1c, 0x01, "primary defect list not found",
642 0x1c, 0x02, "grown defect list not found",
645 0x1f, 0x00, "partial defect list transfer",
664 0x26, 0x00, "invalid field in param list",
734 0x32, 0x01, "defect list update failure",
840 0x5b, 0x03, "log list codes exhausted",
1053 struct scsi_asq_key_strings *list)
1052 scsi_asc_search(uint_t asc, uint_t ascq, struct scsi_asq_key_strings *list) argument
1069 scsi_asc_ascq_name(uint_t asc, uint_t ascq, char *tmpstr, struct scsi_asq_key_strings *list) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c1058 /* Initialize the Frame list base address area */
1066 * asynchronous list or activate the asynch list schedule until
1075 * list schedule on VIA VT6202 controllers, so we
1076 * always keep a dummy QH on the list.
1085 /* Set this QH to be the "head" of the circular list */
1190 * This is based on the maximum time it takes for a frame list rollover
1264 * Check for programmable periodic frame list feature. If this
1266 * 1024 frame list value.
1272 "frame list i
2288 uint_t height, leftmost, list; local
2532 uint_t bandwidth, height, leftmost, list, min; local
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c46 kmutex_t ipgpc_table_list_lock; /* table list lock */
47 kmutex_t ipgpc_fid_list_lock; /* filter id list lock */
48 kmutex_t ipgpc_cid_list_lock; /* class id list lock */
49 trie_id_t ipgpc_trie_list[NUM_TRIES]; /* list of all trie structures ids */
50 table_id_t ipgpc_table_list[NUM_TABLES]; /* list of all table ids */
52 fid_t *ipgpc_fid_list = NULL; /* filter id list */
53 cid_t *ipgpc_cid_list = NULL; /* class id list */
365 /* create filter id list */
369 ipgpc0dbg(("ipgpc_initialize: failed to create fid list"));
373 /* create class id list */
2634 ipgpc_mark_found(uint16_t mask, linked_list list, ht_match_t *fid_table) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h557 #define defect_list_descrip g1_addr3 /* list description bits */
564 #define FPB_CMPLT 0x08 /* full defect list provided */
565 #define FPB_DATA 0x10 /* defect list data provided */
571 #define DLD_MAN_DEF_LIST 0x10 /* manufacturer's defect list */
572 #define DLD_GROWN_DEF_LIST 0x08 /* grown defect list */
583 * Disk defect list - used by format command.
587 #define RDEF_CKLEN 2 /* check length of manufacturer's list */
597 struct scsi_format_params { /* BFI format list */
600 struct scsi_bfi_defect list[ESDI_NDEFECT]; member in struct:scsi_format_params
604 * Defect list returne
616 struct scsi_bfi_defect list[ESDI_NDEFECT]; member in struct:scsi_defect_list
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c52 #define OPT_listof 0x010 /* arg is ' ' or ',' list */
106 const char* name; /* list name */
248 C("If the next argument is \b--\b\aoption\a then list \
288 * list of common man page strings
2054 * generate optget() help [...] list from lp
2058 list(Sfio_t* sp, register const List_t* lp) function
2179 list(sp_help, &help_head[i]);
2183 list(sp_help, &help_tail[i]);
3865 * -- terminates option list and returns 0
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c83 * Head to the system segments link list
129 dev_info_t **list; member in struct:mem_arg
162 ap->list[ap->ndips++] = dip;
173 dev_info_t *list[SBDP_MAX_MEM_NODES_PER_BOARD]; local
178 list[0] = NULL;
180 arg.list = list;
185 if (list[i] == NULL)
190 if (sbdp_get_meminfo(ddi_get_nodeid(list[i]), j,
204 ddi_release_devi(list[
1268 dev_info_t *list[SBDP_MAX_MEM_NODES_PER_BOARD]; local
1359 pnode_t *list; local
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c409 plat_build_mem_nodes(prom_memlist_t *list, size_t nelems) argument
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c264 * Driver global fault list mutex and list head pointer. The list is
275 * fault type enum list on fhc.h.
530 want_igr = softsp->list->sc.board << 1;
557 ASSERT(softsp->list->sc.board == FHC_BSR_TO_BD(*(softsp->bsr)));
558 cent = check_central(softsp->list->sc.board);
668 fhc_bd_t *list = NULL; local
676 board = softsp->list->sc.board;
684 /* grab the lock on the board list */
2625 struct ft_link_list *list; /* temporary list pointer */ local
2673 struct ft_link_list *list; /* temporary list pointer */ local
[all...]

Completed in 199 milliseconds

<<11121314151617181920>>