Searched defs:entry (Results 476 - 488 of 488) sorted by relevance

<<11121314151617181920

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c515 /* Static declarations of cb_ops entry point functions... */
537 /* Static declarations of dev_ops entry point functions... */
4958 * Invalidate this entry so as to seek a fresh loop ID
5120 * Use a 'port unavailable' entry only
5210 * will have the only database entry.
5233 * have a database entry. We accept anyway and rely
6600 * not able to allocate PCB entry due to resource
17315 cmd_table_t *entry = &els_cmd_tbl[0]; local
17317 return (cmd_text(entry, els_cmd));
17330 cmd_table_t *entry local
17344 cmd_text(cmd_table_t *entry, int cmd) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2939 * print entry delimiter (semi-colon)? It must be
2941 * be the first 'ranges:value' entry.
4089 * add an entry with string string and value val to sv_entrys.
4198 * doesn't have an entry on the system, or the read username doesn't have an
4199 * entry on the system.
4317 char *entry; local
4369 entry = strtok(buf, ";");
4370 while (entry != NULL) {
4371 svalue = strchr(entry, ':');
4377 ranges = entry;
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c171 /* default uid/gid used if /etc/minor_perm entry not found */
1878 * This is the entry point for each minor node, whether walking
3347 * cache entry will go away during link removal
4303 * as the cache entry will go away
4896 * rule specified by "index". If a match is found on a cached entry,
4898 * new_id, then cache and return that entry.
4945 * Check and see if a matching entry is already cached.
4958 /* if matching entry already cached, return it */
4969 * no cached entry, initialize a numeral struct
5025 * Check and see if a matching entry i
5125 enumerate_file_t *entry; local
6039 enumerate_file_t *entry; local
6293 split_devlinktab_entry(char *entry, char **selector, char **p_link, char **s_link) argument
6547 devlinktab_list_t *entry; local
6584 devlink_matches(devlinktab_list_t *entry, di_minor_t minor, di_node_t node) argument
6649 build_links(devlinktab_list_t *entry, di_minor_t minor, di_node_t node) argument
8631 enumerate_file_t *entry; local
8742 enumerate_file_t *entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c158 * SCSA required entry points
662 /* ********************* SATA HBA entry points ********************* */
903 * SATA HBA driver should not use its own open/close entry points.
2026 /* ****************** SCSA required entry points *********************** */
4900 * of a range entry is 8 bytes which means one count has 64 range
8712 struct smart_ext_selftest_log_entry *entry; local
8737 entry =
8750 /* If this is an unused entry, we are done */
8751 if (bcmp(entry, &empty, sizeof (empty)) == 0) {
8755 --entry;
8945 struct smart_selftest_log_entry *entry; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c197 uint64_t entry; local
203 if (mdb_vread(&entry, sizeof (entry), wsp->walk_addr) == -1) {
204 mdb_warn("failed to read freelist entry %p", wsp->walk_addr);
207 wsp->walk_addr += sizeof (entry);
210 if (SM_DEBUG_DECODE(entry)) {
213 ddata[SM_DEBUG_ACTION_DECODE(entry)],
214 SM_DEBUG_TXG_DECODE(entry),
215 SM_DEBUG_SYNCPASS_DECODE(entry));
219 SM_OFFSET_DECODE(entry) << mapshif
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6127 struct mnttab entry; local
6141 while (getmntent(mnttab_file, &entry) == 0) {
6142 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0 ||
6143 strchr(entry.mnt_special, '@') != NULL)
6146 (void) printf("%-30s %s\n", entry.mnt_special,
6147 entry.mnt_mountp);
6214 * absolute path, find the entry /etc/mnttab, verify that its a ZFS filesystem,
6223 struct extmnttab entry; local
6244 while ((ret = getextmntent(mnttab_file, &entry, 0)) == 0) {
6245 if (entry
6378 struct mnttab entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c609 * sd_disk_table entry of " NEC CDROM " to match a device's id string
1305 * Driver entry point functions.
1742 sdaread, /* async I/O read entry point */
1743 sdawrite /* async I/O write entry point */
1944 * entry in the table for this.
2407 * Description: This is the driver _init(9E) entry point.
2489 * Description: This is the driver _fini(9E) entry point.
2530 * Description: This is the driver _info(9E) entry point.
2661 * logging of trace conditions (i.e. function entry/exit).
2710 * Description: This is the driver probe(9e) entry poin
27826 struct cdrom_tocentry *entry = &toc_entry; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h875 uint16_t head; /* Index of oldest log entry in circular */
880 uint16_t head; /* Index of oldest log entry in circular */
909 uint16_t head; /* Index of oldest log entry in circular */
911 uint16_t entry_size; /* Size of each entry */
918 uint16_t entry_size; /* Size of each entry */
919 uint16_t head; /* Index of oldest log entry in circular */
970 menlo_fte_t entry[MENLO_MAX_FTABLE_ENTRIES]; member in struct:menlo_ftable_rsp
1019 /* entry[num_tests] */
1086 uint32_t facl_list; /* List of returned ACL entry, facl_t */
H A Demlxs_dfclib.h773 tlv_fcfconnectentry_t entry[MAX_FCFCONNECTLIST_ENTRIES]; member in struct:tlv_fcfconnectlist
886 #define NODE_UNUSED 0 /* unused NL_PORT entry */
887 #define NODE_LIMBO 0x1 /* entry needs to hang around for wwpn / sid */
888 #define NODE_LOGOUT 0x2 /* NL_PORT is not logged in - entry is cached */
896 #define NODE_RPI_XRI 0x1 /* creating xri for entry */
897 #define NODE_REQ_SND 0x2 /* sent ELS request for this entry */
898 #define NODE_ADDR_AUTH 0x4 /* Authenticating addr for this entry */
899 #define NODE_RM_ENTRY 0x8 /* Remove this entry */
900 #define NODE_FARP_SND 0x10 /* sent FARP request for this entry */
901 #define NODE_FABRIC 0x20 /* this entry represent
1228 dfc_bind_entry_t entry[1]; /* Variable length array */ member in struct:dfc_bind_list
1476 dfc_vport_entry_t entry[MAX_VPORTS]; member in struct:dfc_vport_entry_list
1507 dfc_vport_nodeinfo_entry_t entry[MAX_NODES]; /* start of array */ member in struct:dfc_vport_get_nodeinfo
[all...]
H A Demlxs_hw.h57 * Command and response entry counts are not required to be equal
1859 uint32_t last:1; /* Last entry in SGL */
1866 uint32_t last:1; /* Last entry in SGL */
2310 emlxs_be3_flash_entry_t entry[BE_FLASH_ENTRIES]; member in struct:emlxs_be3_flash_dir
2394 emlxs_be2_flash_entry_t entry[BE_FLASH_ENTRIES]; member in struct:emlxs_be2_flash_dir
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1015 /* clear the array entry */
1327 struct drmach_msglist *prev; /* link to previous entry */
1328 struct drmach_msglist *next; /* link to next entry */
1329 struct drmach_msglist *link; /* link to related entry */
1346 drmach_msglist_t *drmach_msglist_first; /* first entry in msg list */
1347 drmach_msglist_t *drmach_msglist_last; /* last entry in msg list */
1797 * unlink an entry from the message transaction list
1802 drmach_msglist_unlink(drmach_msglist_t *entry) argument
1805 if (entry->prev) {
1806 entry
1820 drmach_msglist_link(drmach_msglist_t *entry) argument
1841 drmach_msglist_t *found, *entry; local
1958 drmach_msglist_t *entry; local
2066 drmach_msglist_t *entry; local
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c188 #define OPT_ENTRY_NUM "entry"
632 * -m list_setting [entry] [value] -- list_setting
988 int entry; local
999 * in the default entry.
1011 entry = atoi(which);
1013 for (ent = mp->entries; ((ent != NULL) && (ent->entryNum != entry));
1018 bam_error(_("no matching entry found\n"));
1037 bam_error(_("no matching entry found\n"));
2345 * directory was removed: create the entry without further checkings.
2914 /* Best effort stale entry remova
4607 kernel_parser(entry_t *entry, char *cmd, char *arg, int linenum) argument
4682 module_parser(entry_t *entry, char *cmd, char *arg, int linenum) argument
5005 int line, entry, len, n; local
5042 selector(menu_t *mp, char *opt, int *entry, char **title) argument
5099 int entry = ENTRY_INIT; local
8363 bam_add_line(menu_t *mp, entry_t *entry, line_t *prev, line_t *lp) argument
8792 int entry; local
8934 int entry = 0; /* default is 0 */ local
8960 int entry; local
8998 int entry; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1841 * 2. Take the type from a template entry
1952 * cannot be found then attempt to get the type from a template entry
1982 * the template entry for the property.
1985 * template entry for the sc_pg, and see if there is a property
1986 * entry for that template entry.
2123 * 2. Take the type from a template entry
2173 * If not the check for a template pg_pattern entry
2263 * Add a transaction entry to lcbdata->sc_trans for this property_t. Uses
3235 * dependents pg, and add an entry t
16475 manifest_info_t **entry; local
[all...]

Completed in 280 milliseconds

<<11121314151617181920