Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 157) sorted by path

1234567

/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S120 btx_hdr: .byte 0xeb # Machine ID
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s181 .byte 0xEE # ID
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c511 uint32_t ID; in decode_aiff() local
546 AUDIO_AIFF_FILE2HOST_INT(&tmp, &ID); in decode_aiff()
547 switch (ID) { in decode_aiff()
677 uint32_t ID; in decode_wav() local
694 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_type_ID, &ID); in decode_wav()
695 if (ID != AUDIO_WAV_TYPE_ID) { in decode_wav()
701 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_fmt_ID, &ID); in decode_wav()
702 if (ID != AUDIO_WAV_FORMAT_ID) { in decode_wav()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt684 comment=1, door ID, "door ID":
707 comment=1, door ID, "door ID"
1155 comment=1, message ID, "msg ID"
1161 comment=1, message ID, "msg ID"
1168 comment=1, message ID, "msg ID"
1175 comment=1, message ID, "msg ID"
1191 comment=1, message ID, "msg ID"
1201 comment=1, message ID, "msg ID"
1402 comment=2, ID value, "ID":
1407 comment=2, ID value, "ID":
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl30 # 2 = RFC 1948 sequence number generation, unique-per-connection-ID.
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME332 given interface through the transaction ID.
H A DREADME.v6168 leased with a given client ID and a single state machine instance,
474 to find the correct transaction ID, but the existing design
896 dt_id timer ID value
1103 like an IPv4 Client ID, but it includes a clean mechanism for vendor
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c62 #define ID 10 macro
108 if (token() != ID || strcmp(host, tokval)) in rnetrc()
305 return (ID); in token()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out402 process ID: 123456
451 process ID: 123456
501 process ID: 123456
550 process ID: 123456
603 process ID: 123456
609 process ID: 123456
616 process ID: 123456
622 process ID: 123456
658 …RACEFLT_BADALIGN, address = -1, defaultMessage = error on enabled probe ID 8 (ID 256: syscall::mal…
661 …RACEFLT_BADALIGN, address = -1, defaultMessage = error on enabled probe ID 8 (ID 256: syscall::mal…
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh.out2 ID PROVIDER MODULE FUNCTION NAME
/illumos-gate/usr/src/cmd/file/
H A Dmagic292 # version ID follows, in the form PS-Adobe-nn
294 # version ID follows, in the form /n.n
/illumos-gate/usr/src/cmd/fm/dicts/
H A DFMD.po30 …gstr "SUNW-MSG-ID: %s, TYPE: %s, VER: 1, SEVERITY: %s\nEVENT-TIME: %s\nPLATFORM: %s, CSN: %s, HOST…
66 msgstr "Use fmdump -v -u <EVENT-ID> to view the diagnosis result. Ensure that fault management sof…
82 msgstr "Use fmdump -v -u <EVENT-ID> to locate the module. Use fmadm reset <module> to reset the mo…
98 msgstr "Use fmdump -v -u <EVENT-ID> to locate the module. Use fmadm load <module> to load the modu…
114 msgstr "Use fmdump -v -u <EVENT-ID> to identify the repaired components."
146 msgstr "Use fmdump -v -u <EVENT-ID> to identify the repaired components."
H A DINTEL.po787 msgstr "Memory controller received bad transaction tracker ID from interconnect. Refer to %s for m…
H A DSCA1000.po41 …cement.\n\nThe event-id can be found in the EVENT-ID field of the message.\nFor example:\n\n\nEVEN…
H A DSCA500.po41 …cement.\n\nThe event-id can be found in the EVENT-ID field of the message.\nFor example:\n\n\nEVEN…
H A DSTORAGE.po163 msgstr "The chassis ID was determined to be unusable."
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c666 return (record(ID, cptr)); in yylex()
H A Descparse.y157 | ID
197 nvname : ID
213 | NUMBER ID
273 | NUMBER ID
334 | ID
383 iterid : ID
385 | ID '[' ']'
392 | ID '<' '>'
394 | ID '<' ID '>'
408 iname : ID
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc167 * Chassis ID unusable failure
/illumos-gate/usr/src/cmd/init/
H A Dinit.c287 #define ID 1 macro
1618 for (proceed = TRUE, ptr = shcmd, state = ID, lastc = '\0'; in getcmd()
1650 if (state == ID && c == '#' && ptr == shcmd) { in getcmd()
1663 case ID : in getcmd()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_obj.h52 #define IS_ENTITY_KEY(ID) ((ID) == ENTITY_KEY) argument
53 #define IS_ISCSI_KEY(ID) ((ID) == ISCSI_KEY) argument
54 #define IS_PORTAL_KEY1(ID) ((ID) == PORTAL_KEY1) argument
56 #define IS_PG_KEY1(ID) ((ID) == PG_KEY1) argument
57 #define IS_PG_KEY2(ID) ((ID) == PG_KEY2) argument
58 #define IS_PG_KEY3(ID) ((ID) == PG_KEY3) argument
59 #define IS_PG_PGT(ID) ((ID) == PG_PGT) argument
62 ((ID) > ENTITY_KEY && (ID) <= ENTITY_END)
64 ((ID) > ISCSI_KEY && (ID) <= ISCSI_END)
66 ((ID) > PORTAL_KEY2 && (ID) <= PORTAL_END)
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c116 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TYPE, argument
121 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) (xmlChar *)NAME, argument
126 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TAG, argument
131 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) ID, argument
H A Ddata.def36 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID)
/illumos-gate/usr/src/cmd/look/
H A Dwords11403 ID
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h186 #define isadmin(ID) (!(ID) || (ID) == Lp_Uid) argument

1234567