Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 195) sorted by path

12345678

/illumos-gate/usr/src/boot/forth/
H A Ddelay.4th111 \ did the user press either Ctrl-C or Escape?
H A Dmenu.4th618 \ (user did not cancel by pressing ANY
H A Dsupport.4th1093 dup 0= if 2drop then ( parse did not find argument, try stack )
/illumos-gate/usr/src/cmd/bhyve/
H A Dtpm_intf_crb.c96 uint64_t did : 16; member
457 crb->regs.intf_id.did = 0x1014; /* IBM */ in tpm_crb_init()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c87 dld_ioc_door_t did; in dlmgmt_set_doorfd() local
92 did.did_start_door = start; in dlmgmt_set_doorfd()
94 if (ioctl(dladm_dld_fd(dld_handle), DLDIOC_DOORSERVER, &did) == -1) in dlmgmt_set_doorfd()
/illumos-gate/usr/src/cmd/drd/
H A Ddrd.c212 setup.did = door_fd; in drd_init_door_server()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh87 echo $tst: begin probe did not fire
94 echo $tst: end probe did not fire
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh123 printf("exit probe did not seem to fire\n");
/illumos-gate/usr/src/cmd/fm/dicts/
H A DNIC.po92 … %<fault-list[0].resource.hc-specific.link-name> is occupied, but hardware did not find a valid tr…
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc622 * even if the ereport did arrive we could perform no useful diagnosis
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c634 autofs_setdoor(int did) in autofs_setdoor() argument
637 if (did < 0) { in autofs_setdoor()
638 did = 0; in autofs_setdoor()
641 (void) _autofssys(AUTOFS_SETDOOR, &did); in autofs_setdoor()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c791 args.did = door_id; in idmap_kcall()
794 args.did = 0; in idmap_kcall()
/illumos-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c356 alloc_dev(int did) in alloc_dev() argument
365 devp->drvid = did; in alloc_dev()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dufm.c255 int *vid, *did, *svid, *sdid; in ufmfw_fill_vpd() local
267 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "device-id", &did) != 1) { in ufmfw_fill_vpd()
282 dev = pcidb_lookup_device_by_vendor(vend, did[0]); in ufmfw_fill_vpd()
305 (void) asprintf(&dstr, "pci:%x", did[0]); in ufmfw_fill_vpd()
/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c86 static boolean_t discovery_event_wait(int did);
566 int did in get_luns_count() argument
584 did, in get_luns_count()
626 int did in discovery_event_wait() argument
649 did, in discovery_event_wait()
664 tmp = get_luns_count(did); in discovery_event_wait()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c280 int did; local
505 if ((did = door_create(switcher, LDAP_CACHE_DOOR_COOKIE,
530 if (fattach(did, LDAP_CACHE_DOOR) < 0) {
533 (fattach(did, LDAP_CACHE_DOOR) < 0)) {
/illumos-gate/usr/src/cmd/look/
H A Dwords6661 did
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source475 "The LP print service did not load new priority\ndefinitions."
481 "User \"%s\" did not have a limit set\n(or is illegal)"
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard523 # The filter did not succeed, so don't try to print
H A Dstandard895 # less than 128, it is assumed that the file did not
900 # than 128, it is assumed that the file did not print
986 # fact an early prototype of this script did just
H A Dtsol_netstandard626 # The filter did not succeed, so don't try to print
H A Dtsol_netstandard_foomatic656 # The filter did not succeed, so don't try to print
H A Dtsol_standard963 # less than 128, it is assumed that the file did not
968 # than 128, it is assumed that the file did not print
1054 # fact an early prototype of this script did just
H A Dtsol_standard_foomatic992 # less than 128, it is assumed that the file did not
997 # than 128, it is assumed that the file did not print
1083 # fact an early prototype of this script did just
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3788 kt_did_t did; in did2thread() local
3793 did = (kt_did_t)mdb_strtoull(argp->a_un.a_str); in did2thread()
3795 if (mdb_walk("thread", (mdb_walk_cb_t)didmatch, (void *)&did) == -1) { in did2thread()

12345678