Searched defs:own (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c16 * fields enclosed by brackets "[]" replaced with your own identifying
102 uid_t own = (uid_t)-1; local
111 own = stdfind(owner, usernames);
112 if (own < 0) {
119 if (chown(file, own, grp) == -1) {
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c16 * fields enclosed by brackets "[]" replaced with your own identifying
1405 char own[OPT_LEN + 1]; local
1456 "%" VAL2STR(OPT_LEN) "s" /* own */
1458 minor, perm, own, grp) != 4) {
1522 drv, minor, perm, own, grp, cp);
1526 drv, minor, perm, own, grp);
1544 driver_name, minor, perm, own, grp);
1672 char own[OPT_LEN + 1]; local
1697 "%" VAL2STR(OPT_LEN) "s" /* own */
1700 minor, perm, own, gr
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h16 * fields enclosed by brackets "[]" replaced with your own identifying
471 own : 01; member in struct:rx_desc_type::__anon9516
505 own : 1; member in struct:tx_desc_type::__anon9518
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c16 * fields enclosed by brackets "[]" replaced with your own identifying
116 open_to_lock_owner4 *own);
118 exist_lock_owner4 *own);
121 static void detail_open_to_lock_owner(open_to_lock_owner4 *own);
122 static void detail_exist_lock_owner(exist_lock_owner4 *own);
596 #define owner_hash(own) adler16((own)->owner_val, (own)->owner_len)
1728 sum_open_to_lock_owner(char *buf, int buflen, open_to_lock_owner4 *own) argument
1730 snprintf(buf, buflen, " OSQ=%u %s LSQ=%u LO=%04X", own
1736 sum_exist_lock_owner(char *buf, int buflen, exist_lock_owner4 *own) argument
1793 detail_open_to_lock_owner(open_to_lock_owner4 *own) argument
1802 detail_exist_lock_owner(exist_lock_owner4 *own) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h16 * fields enclosed by brackets "[]" replaced with your own identifying
1404 uint32_t own:1; member in struct:_legacy_rx_bd::__anon6317::__anon6318
1429 uint32_t own:1; member in struct:_sum_rx_bd::__anon6319::__anon6320
1448 uint32_t own:1; member in struct:_sum_rx_bd::__anon6319::__anon6321
1466 uint32_t own:1; member in struct:_hot_rx_bd::__anon6322::__anon6323
1486 uint32_t own:1; member in struct:_hot_rx_bd::__anon6322::__anon6324
1505 uint32_t own:1; member in struct:_legacy_tx_bd::__anon6325::__anon6326
1520 uint32_t own:1; member in struct:_legacy_tx_bd::__anon6325::__anon6327
1541 uint32_t own:1; member in struct:_sum_tx_bd::__anon6328::__anon6329
1550 uint32_t own member in struct:_sum_tx_bd::__anon6328::__anon6330
1566 uint32_t own:1; member in struct:_sum_tx_bd::__anon6328::__anon6331
1599 uint32_t own:1; member in struct:_hot_tx_bd::__anon6334::__anon6335
1608 uint32_t own:1; member in struct:_hot_tx_bd::__anon6334::__anon6336
1624 uint32_t own:1; member in struct:_hot_tx_bd::__anon6334::__anon6337
[all...]

Completed in 593 milliseconds