Searched defs:pack (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | root_archive.ksh | 28 # utility to pack and unpack a boot/root archive 32 # usage: pack <archive> <root> 41 printf "usage: root_archive pack <archive> <root>\n" 195 pack() function 338 pack) pack "$MR"
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_mem.c | 120 * int pack; AU_PACK/1 - pack data, AU_LINK/0 - link buffer 123 au_append_rec(au_buff_t *rec, au_buff_t *buf, int pack) argument 130 if (((int)(rec->len + buf->len) <= AU_BUFSIZE) && pack) {
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pci_io.c | 313 int pack; local 330 "=a" (pack) 336 present_status = (pack >> 16) & 0xff; 337 major_revision = (pack >> 8) & 0xff; 338 minor_revision = pack & 0xff;
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | fnvpair.c | 87 fnvlist_pack_free(char *pack, size_t size) argument 90 kmem_free(pack, size); 92 free(pack);
|
/illumos-gate/usr/src/cmd/fmt/ |
H A D | fmt.c | 98 static void pack(wchar_t []); 362 pack(cp); 420 pack(word); 466 pack(word); 489 pack(wchar_t word[]) function
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk.h | 53 struct pack { struct 100 extern struct pack *Pk;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 1066 int pack = 0; local 1081 pack++; 1088 if (pack) 1116 int pack = 0; local 1130 pack++; 1137 if (pack)
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 3554 bufwad_t *packbuf, *bigbuf, *pack, *bigH, *bigT; local 3686 pack = (bufwad_t *)((char *)packbuf + i * sizeof (bufwad_t)); 3695 if (pack->bw_txg > txg) 3697 pack->bw_txg, txg); 3699 if (pack->bw_data != 0 && pack->bw_index != n + i) 3701 pack->bw_index, n, i); 3703 if (bcmp(pack, bigH, sizeof (bufwad_t)) != 0) 3704 fatal(0, "pack/bigH mismatch in %p/%p", pack, big 3776 bufwad_t *pack; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 13926 mDNSu32 pseq, pack; local 13941 pack = t->tcp.ack; 13942 ptr = (mDNSu8 *)&pack; 13943 pack = ptr[0] << 24 | ptr[1] << 16 | ptr[2] << 8 | ptr[3]; 13951 wake = ((int)(pack - seq) > 0) && ((int)(pseq - ack) >= 0) && data; 13960 LogSPS("mDNSCoreReceiveRawTransportPacket: End %p, hlen %d, Datalen %d, pack %u, seq %u, pseq %u, ack %u, wake %d", 13961 end, tcphlen, end - ((mDNSu8 *)t + tcphlen), pack, seq, pseq, ack, wake);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 969 __be16 pack; member in struct:cpl_tx_pkt_core
|
Completed in 119 milliseconds