Home
last modified time | relevance | path

Searched refs:field (Results 126 – 150 of 338) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb_impl.h57 config_field_t field; member
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c263 #define DELTA(field) \ in print_unformatted_stats() argument
264 (col->col_src_stat.field - col->col_old_stat.field) in print_unformatted_stats()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c648 #define CHANGED(new, old, field) \ argument
649 ((new->field != ((uint32_t)~0)) && (new->field != old->field))
650 #define CHANGED8(new, old, field) \ argument
651 ((new->field != ((uint8_t)~0)) && (new->field != old->field))
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.msg70 object. The si_boundto field will be set to the index of the\n\
115 is found in the si_boundto field of a syminfo structure. It is\n\
139 si_flags field of the syminfo structure.\n\
152 o\tThe si_flags field of the syminfo structure is updated\n\
H A Dstr.msg107 symbol table or string table via its sh_link field, then the\n\
114 symbol table or string table via its sh_link field, then the\n\
122 symbol table or string table via its sh_link field, then the\n\
152 By default, the string table referenced by the e_shstrndx field\n\
183 By default, the string table referenced by the e_shstrndx field\n\
227 By default, the string table referenced by the e_shstrndx field\n\
241 By default, the string table referenced by the e_shstrndx field\n\
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help10 discard,ignore header discard header field when printing message
42 undiscard,unignore header add header field back to list printed
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h295 #define offsetof(type, field) __offsetof(type, field) argument
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi397 The field @samp{magic} is the magic number identifying the header,
456 supposed to be loaded. This field serves to @dfn{synchronize} the
502 field contains @samp{0}.
656 field also functions as a version indicator, allowing the Multiboot
669 field is valid, and indicates which @sc{bios} disk device the boot
671 @sc{bios} disk, then this field must not be present (bit 3 must be
672 clear). The operating system may use this field as a hint for
674 @samp{boot_device} field is laid out in four one-byte subfields as
863 The @samp{drive_number} field contains the BIOS drive number. The
864 @samp{drive_mode} field represents the access mode used by the boot
[all …]
H A Dmultiboot.info360 The field `magic' is the magic number identifying the header,
421 magic value is supposed to be loaded. This field serves to
618 `flags' field also functions as a version indicator, allowing the
633 this field must not be present (bit 3 must be clear). The operating
634 system may use this field as a hint for determining its own "root"
667 If bit 2 of the `flags' longword is set, the `cmdline' field is
796 The `size' field specifies the size of this structure. The size
800 The `drive_number' field contains the BIOS drive number. The
822 If bit 8 in the `flags' is set, then the `config_table' field is
827 If bit 9 in the `flags' is set, the `boot_loader_name' field is
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c94 sfxge_phy_dfl_cap_test64(sfxge_t *sp, uint32_t field) in sfxge_phy_dfl_cap_test64() argument
96 return (sfxge_phy_cap_test(sp, EFX_PHY_CAP_DEFAULT, field, NULL) ? in sfxge_phy_dfl_cap_test64()
102 sfxge_phy_cur_cap_test64(sfxge_t *sp, uint32_t field) in sfxge_phy_cur_cap_test64() argument
104 return (sfxge_phy_cap_test(sp, EFX_PHY_CAP_CURRENT, field, NULL) ? in sfxge_phy_cur_cap_test64()
109 sfxge_phy_lp_cap_test64(sfxge_t *sp, uint32_t field) in sfxge_phy_lp_cap_test64() argument
111 return (sfxge_phy_lp_cap_test(sp, field) ? 1ull : 0ull); in sfxge_phy_lp_cap_test64()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c592 udbmatch(user, field, rpool) in udbmatch() argument
594 char *field;
605 sm_dprintf("udbmatch(%s, %s)\n", user, field);
622 i = strlen(field);
633 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 3, user, ":", field);
695 if (strcmp(field, "mailname") != 0)
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A DMakefile20 missing-field \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h321 #define NVM_OFFSET_PATH(field,path) \ argument
322 ((u32_t)((path == 0) ? (NVM_OFFSET(field)) : (PATH1_NVM_OFFSET(field))))
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network.p5m95 user username=dladm ftpuser=false gcos-field="Datalink Admin" group=netadm \
97 user username=netadm ftpuser=false gcos-field="Network Admin" group=netadm \
99 user username=netcfg ftpuser=false gcos-field="Network Configuration Admin" \
/illumos-gate/usr/src/tools/cscope-fast/
H A Dhistory.c58 h->field = f; in addcmd()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_error.c1170 const nvme_field_info_t *field = &check->chk_fields[check->chk_index]; in nvme_field_check_one() local
1179 field->nlfi_human, field->nlfi_spec, req)); in nvme_field_check_one()
1185 err = nvme_field_validate(field, &data, val, msg, sizeof (msg)); in nvme_field_check_one()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurshdr.h97 #define _COST(field) (SP->term_costs.field) argument
/illumos-gate/usr/src/lib/libdevid/
H A Dlibdevid.h68 extern int scsi_ascii_inquiry_len(char *field, size_t length);
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.S37 clr %o3 ! clear lock/get waiter field
/illumos-gate/usr/src/lib/libfru/libfru/
H A DAncestor.h46 Ancestor(Str field, fru_tag_t t, const fru_regdef_t *d);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c508 seg_desc.field.field_perm = 0x6; in create_segment()
509 seg_desc.field.operations_perm = 0x6; in create_segment()
510 seg_desc.field.engineering_perm = 0x6; in create_segment()
511 seg_desc.field.repair_perm = 0x6; in create_segment()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c497 _set_current_field(FORM *f, FIELD *field) in _set_current_field() argument
502 if (c != field || ! Status(f, POSTED)) { in _set_current_field()
522 c = field; in _set_current_field()
565 FIELD * x = f -> field [Smin(f, page)]; in _set_form_page()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c38 strbreak(char *field[], int array_size, char *s, char *sep) in strbreak() argument
45 for (i = 0; i < array_size && (field[i] = strtok_r((i?(char *)NULL:s), in strbreak()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dp.table31 function numjust(n, s) { # position s in field n
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh33 printf("%d: field =fmt\n", fd, fds[fd].field);

12345678910>>...14