Searched refs:ID (Results 51 - 75 of 80) sorted by relevance

1234

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c159 #define ID ast.id macro
176 if (cat != (const char*)ID && D(msg))
177 cat = (const char*)ID;
183 static char ID[] = "ast"; variable
578 x = T(NiL, ID, t);
874 p->catalog = ID;
1409 o = T(NiL, ID, "options");
1421 sfprintf(sp, "%*.*s%s%s%s[%s%s%s]", OPT_USAGE - 1, OPT_USAGE - 1, T(NiL, ID, "Or:"), b, a, b, b, o, b);
1671 par = item(sp, e, about, level, style, ip, version, id, ID);
1826 sfprintf(sp, " %s ", T(NiL, ID, "I
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c513 uint32_t ID; local
545 * We start each loop by reading the chunk ID.
548 AUDIO_AIFF_FILE2HOST_INT(&tmp, &ID);
549 switch (ID) {
615 * the ID. Then seek past it to get to the next chunk.
679 uint32_t ID; local
696 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_type_ID, &ID);
697 if (ID != AUDIO_WAV_TYPE_ID) {
703 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_fmt_ID, &ID);
704 if (ID !
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.def36 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID)
H A Ddata.c116 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TYPE,
121 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) (xmlChar *)NAME,
126 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TAG,
131 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) ID,
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs50 effective user ID.
53 effective user ID.
77 Allows a process to change a file's owner user ID.
78 Allows a process to change a file's group ID to one other than
79 the process' effective group ID or one of the process'
146 a file without the set-user-ID and set-group-ID bits being
148 Allows a process to set the set-group-ID bit on a file or
151 Allows a process to set the set-user-ID bit on a file with
338 Allows a process to assign a new task ID t
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c313 #define ID(sdp) ((sdp)->tag) macro
799 ASSERT(ID(sdp) == CURPROC_ID);
1005 if (ID(sdp) == tag)
1034 ID(sdp) = tag;
1304 ASSERT(ID(sdp) == CURPROC_ID);
1450 ASSERT(ID(sdp) == CURPROC_ID);
1511 (void *)lp, (void *)ID(lp->owner), trash));
1556 if (ID(owner) == CURPROC_ID) {
1609 cmn_err(CE_CONT, "ID\tKEY\tNALLOC\tATTCH\tOWNED\tLOCK\tWAITER\n");
1659 (void *)sdp->lp, sdp->flag, (void *)ID(sd
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_rename_001_pos.ksh169 ID=$(zpool get -Ho value guid overflow)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c98 typedef int ID; typedef
102 ID id; /* unique ID of lit expression */
105 ID *follow; /* Array of IDs of following lit expressions */
119 ID id; /* Lit Expression id */
125 ID last; /* ID of last lit exp in position set */
129 /* n (>0) is ID of prev member of position set. */
137 int maxid; /* Number of (also maximum ID of) lit expressions */
617 ID
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y47 %token <str> ID IDNAME PERM_TOK INHERIT_TOK SID
503 id: ID {$$ = $1;}
H A Dacl_lex.l85 ID [0-9]+
665 <US>{ID}/[,\n] {
673 return (ID);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1636 kmf_get_cert_id_data(const KMF_DATA *SignedCert, KMF_DATA *ID) argument
1641 if (SignedCert == NULL || ID == NULL)
1648 ret = GetIDFromSPKI(&cert->certificate.subjectPublicKeyInfo, ID);
1659 KMF_DATA ID = { 0, NULL }; local
1666 ret = kmf_get_cert_id_data(SignedCert, &ID);
1668 kmf_free_data(&ID);
1673 for (i = 0; i < ID.Length; i++) {
1676 "%02x", (uchar_t)ID.Data[i]);
1677 if ((i+1) < ID.Length)
1684 kmf_free_data(&ID);
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y120 id(A) ::= ID(X). {A = X;}
123 // fallback to ID if they will not parse as their original value.
126 %fallback ID
152 ids(A) ::= ID(X). {A = X;}
158 nm(A) ::= ID(X). {A = X;}
179 carg ::= DEFAULT ID(X). {sqliteAddDefaultValue(pParse,&X,0);}
540 expr(A) ::= ID(X). {A = sqliteExpr(TK_ID, 0, 0, &X);}
561 expr(A) ::= ID(X) LP exprlist(Y) RP(E). {
565 expr(A) ::= ID(X) LP STAR RP(E). {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c323 #define MAYBE_OPEN(CONTEXT, ID, MODE) \
325 k5_assert_locked(&((krb5_fcc_data *)(ID)->data)->lock); \
326 if (OPENCLOSE (ID)) { \
328 maybe_open_ret = krb5_fcc_open_file (CONTEXT,ID,MODE); \
330 k5_mutex_unlock(&((krb5_fcc_data *)(ID)->data)->lock); \
336 #define MAYBE_CLOSE(CONTEXT, ID, RET) \
338 if (OPENCLOSE (ID)) { \
341 (krb5_fcc_data *)(ID)->data); \
344 #define MAYBE_CLOSE_IGNORE(CONTEXT, ID) \
346 if (OPENCLOSE (ID)) { \
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.s669 or %g4, %g5, %g4 ! and add in the TLB ID
692 * Record the logout information. %g4 contains our index + TLB ID
819 or %g4, %g5, %g4 ! and add in the TLB ID
828 or %g7, %g5, %g7 ! and add in the TLB ID
884 * index + TLB ID and %g7 contains our DTLB_1 index + TLB ID
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c850 #define ADD_CTRL(CTL, ID, VAL) \
851 state->cs_##CTL = audiocs_alloc_ctrl(state, ID, VAL); \
854 "unable to allocate %s control", #ID); \
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dpsvcobj.conf51 * <antecedent string ID> <dependent string ID>
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl181 $col1 = 'event ID';
404 <th>Event ID</th>
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c2079 char ID[64]; local
2084 (void) snprintf(ID, sizeof (ID), "tpmrng %s", IDENT_TPMRNG);
2086 tpmrng_prov_info.pi_provider_description = ID;
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s181 .byte 0xEE # ID
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c660 return (record(ID, cptr));
/illumos-gate/usr/src/cmd/init/
H A Dinit.c283 #define ID 1 macro
1606 for (proceed = TRUE, ptr = shcmd, state = ID, lastc = '\0';
1638 if (state == ID && c == '#' && ptr == shcmd) {
1651 case ID :
4361 * (Re)start svc.startd(1M). old_ctid should be the contract ID of the old
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c573 char ID[64]; local
806 (void) sprintf(ID, "%s/%d %s",
808 dca_prov_info1.pi_provider_description = ID;
820 (void) sprintf(ID, "%s/%d %s",
822 dca_prov_info2.pi_provider_description = ID;
4766 /* Manufacturer ID */
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c606 * The ID Field (first field) is identified by an enum px_err_id_t.
1795 bdf = (pcie_req_id_t)CSR_FR(csr_base, MMU_TRANSLATION_FAULT_STATUS, ID);
1826 bdf = (pcie_req_id_t)CSR_FR(csr_base, MMU_TRANSLATION_FAULT_STATUS, ID);
1858 bdf = (pcie_req_id_t)CSR_FR(csr_base, MMU_TRANSLATION_FAULT_STATUS, ID);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcos.S877 fmovd P0_f0,P0_f6 !ID for processing
987 fmovd P0_f0,P0_f6 !ID for processing
1093 fmovd P0_f0,P0_f6 !ID for processing
1182 fmovd P0_f0,P0_f6 !ID for processing
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf50 * <antecedent string ID> <dependent string ID>

Completed in 254 milliseconds

1234